home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 / Aminet - June 1993 [Walnut Creek].iso / aminet / util / cli / validatewait.lha / ValidateWait.doc next >
Encoding:
Text File  |  1993-05-01  |  2.2 KB  |  60 lines

  1.  
  2.  
  3.                      ----~~~== ValidateWait ==~~~----
  4.  
  5.                                Version 1.0.
  6.  
  7. SHORT:    This program will wait if any mounted device is validating.  This
  8.         could  be  usefull,  if  validation  is performed after a reboot,
  9.         since  this  usually  causes the startup procedure to become very
  10.         slow, and a write to the device, will cause a "Volume XXX is not
  11.         validated" requester.
  12.  
  13.         I know there's a very similar program, called CheckDrive (it came
  14.         out,  while  I was writing ValidateWait).  It takes arguments and
  15.         produces  output.   My  program does not, so with my program, you
  16.         don't have to know the names of devices mounted to use it.
  17.  
  18.         It  should  be  placed in top of the startup-sequence, just after
  19.         setpatch:
  20.  
  21.         c:setpatch >nil:
  22.         c:ValidateWait
  23.  
  24.         ; The rest of your startup-sequence goes here 
  25.  
  26.         *** ValidateWait is compiled for 2.0 or higher, and have not been
  27.         *** tested under versions lower than 2.0 (since I don't own KS1.3
  28.         *** no more). If you have KS1.3, please do your self that  favour
  29.         ***    and buy KS2.0. It's worth it! 
  30.  
  31.         That's it, and that's that.
  32.  
  33. NOTE:    This  is  my  first  complete  project.   Comments and bugreports
  34.         should be send to:
  35.                                                                            
  36.         Søren Berg Hansen                                                 
  37.         Holmehusvej 71, 2.th                                                
  38.         5000 Odense C                                                       
  39.         Denmark                                                             
  40.         Phone: +45 65 91 21 69                                              
  41.                                                                             
  42.         or could be mailed to me on Internet, at:                           
  43.                                                                             
  44.         siera@imada.ou.dk                                                 
  45.  
  46. COST:    None.   This is freeware.  It can be redistributed in any way, as
  47.         long  as  you do not charge more that the price of a disk and the
  48.         postage.
  49.  
  50.  
  51.         I hope you enjoy the program.
  52.  
  53.         - Søren Berg Hansen
  54.  
  55.  
  56.         "With a good sexlife, you can resist the temptations of
  57.          sports!" 
  58.                 - me
  59.  
  60.